Skip to main content
Feedback

Configuring endpoints for processors

This topic describes how to configure an endpoint to register a custom authenticator or a processor.

Procedure

Registering a custom authenticator

  1. Log in as an administrator to access the Configuration Manager and open the endpoint for the API you want to configure.

  2. Navigate to the Endpoints tab, then click Protocol & Authentication. This opens the Protocol & Authentication page.

    1. In Request Authentication Type, select Custom.

    2. In the Custom Authentication Adapter field, provide the processor bean's name from adapter, for example, com.companyname.mashery.adapter.MyCustomAuthenticator.

      Configuring end points

Registering a processor

  1. Log in as an administrator to access the Configuration Manager and open the endpoint for the API you want to configure.

  2. Navigate to the Endpoints tab, then click Call Transformation. This opens the Call Transformation page.

    1. In the Adapter, provide the processor bean's name from adapter, for example, com.companyname.apim.adapter.

    2. Select the appropriate checkbox to indicate whether the transformation runs during pre-processing or post-processing.

      Configuring end points

On this Page